summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Enhance the diagnostic for literal float -> int conversions to suggestChandler Carruth2011-04-101-0/+2
* MSVC accepts that default parameters be redefined for member functionsFrancois Pichet2011-04-101-0/+2
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-095-0/+13
* refactor -ccc-gcc-name codeDylan Noblesmith2011-04-091-2/+2
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-6/+10
* Clean up the bool conversion warning. Group it with other conversionChandler Carruth2011-04-091-4/+4
* add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner2011-04-091-0/+7
* Remove a pair of unused diagnostic messages.Eric Christopher2011-04-091-5/+0
* complete documentation of flags, patch by nobledChris Lattner2011-04-081-0/+1
* Properly traverse a ObjCMethodDecl in RecursiveASTVisitor.Argyrios Kyrtzidis2011-04-081-3/+11
* Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng2011-04-081-2/+2
* Add -mtrap_function=<> option. rdar://9257465Evan Cheng2011-04-081-0/+2
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-082-78/+88
* Warn for any kind of initialization if initializer does notFariborz Jahanian2011-04-081-0/+21
* Switch 'is possibly uninitialized' to 'may be uninitialized' based onChandler Carruth2011-04-081-2/+2
* Now that the analyzer is distinguishing between uninitialized uses thatChandler Carruth2011-04-081-2/+3
* Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar2011-04-071-4/+5
* Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support.Daniel Dunbar2011-04-071-1/+5
* Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support forDaniel Dunbar2011-04-071-0/+8
* Frontend: Continue flushing out LogDiagnosticPrinter.Daniel Dunbar2011-04-071-3/+24
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-071-0/+48
* ChainedDiagnosticClient: Fix a bug where chained diagnostic clients wouldn'tDaniel Dunbar2011-04-071-0/+3
* Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar2011-04-073-1/+6
* Enhance the Rewriter.Argyrios Kyrtzidis2011-04-071-4/+51
* Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for...Argyrios Kyrtzidis2011-04-071-0/+9
* Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar2011-04-072-0/+10
* In C++ the argument of logical not should always be bool. Added missing impli...Abramo Bagnara2011-04-071-0/+4
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-077-6/+25
* Fix lookup for class messages sent to qualified-classFariborz Jahanian2011-04-062-0/+3
* Fix spelling.Michael J. Spencer2011-04-051-1/+1
* Make this const, there's probably no harm in it and it silences a bunchEric Christopher2011-04-051-1/+1
* Fix building with gcc.Argyrios Kyrtzidis2011-04-051-0/+1
* Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero...Ted Kremenek2011-04-042-5/+24
* Move Driver::createInvocationFromArgs function to Frontend library to avoid d...Argyrios Kyrtzidis2011-04-042-12/+13
* Introduce Driver::createInvocationFromArgs used to create a CompilerInvocatio...Argyrios Kyrtzidis2011-04-041-0/+12
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-0/+2
* PR9585: add __decltype as a keyword. While I'm here, alphabetize the list.Eli Friedman2011-04-041-4/+5
* static analyzer: Add a new ProgramPoint PostCondition to represent the post p...Ted Kremenek2011-04-032-1/+14
* [analyzer] Simplify CheckerFn template and use it more to reduce duplication....Argyrios Kyrtzidis2011-04-021-94/+56
* Remove a redundant method. We have a const version.Zhongxing Xu2011-04-021-6/+0
* Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...Ted Kremenek2011-04-022-9/+30
* static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...Ted Kremenek2011-04-021-7/+7
* Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl2011-03-311-4/+14
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-0/+5
* Use intrinsics for Neon vmull operations. Radar 9208957.Bob Wilson2011-03-311-5/+2
* Put "#pragma message ..." into its own warning (human friendly) category.Ted Kremenek2011-03-302-1/+3
* Silence warnings of unkwown -Wlarger-than and -Wframe-larger-than. Fixes rdar...Argyrios Kyrtzidis2011-03-301-0/+8
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-302-17/+10
* Fix IRGen issues related to using property-dot syntaxFariborz Jahanian2011-03-301-0/+33
* [analyzer] Checker Packages can now belong to a group. This requires llvm com...Argyrios Kyrtzidis2011-03-291-5/+6