summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR4097: add logic to Evaluate to handle pointer equality comparisons.Eli Friedman2009-04-282-7/+18
* Allow some differences between the predefines buffer used to build aDouglas Gregor2009-04-286-51/+230
* implement -WmulticharChris Lattner2009-04-284-2/+21
* Add some text to the user manual describing the current state of C Eli Friedman2009-04-281-6/+126
* Revert 70293.Ted Kremenek2009-04-281-0/+7
* merge number.c into constants.c and start running it in -verify mode.Chris Lattner2009-04-282-13/+11
* Fix a minor edge case in C89 mode related to the definition of a Eli Friedman2009-04-283-2/+4
* Fix additional issues pointed out in PR4088.Eli Friedman2009-04-281-2/+2
* ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. TheTed Kremenek2009-04-281-1/+4
* Update analyzer build.Ted Kremenek2009-04-281-1/+1
* Add test case.Zhongxing Xu2009-04-281-0/+18
* Now we can remove the 'blast-through' code.Zhongxing Xu2009-04-281-7/+0
* Improve compatibility with GCC regarding inline semantics in GNU89Douglas Gregor2009-04-288-285/+179
* Extensive diagnostics: Do not add a location context for do...while statements.Ted Kremenek2009-04-281-1/+1
* BugReporter (extensive diagnostics): Clean up do...while control-flow edges, andTed Kremenek2009-04-281-7/+33
* CFG: Add "loop back" block for do...while statements.Ted Kremenek2009-04-281-1/+11
* Emit keyword extension warning in all modes, not just C99 mode.Eli Friedman2009-04-282-3/+5
* Remove unused LangOptions NoExtensions and Boolean.Eli Friedman2009-04-284-9/+2
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-2812-265/+243
* CFG: 'WhileStmts' needs an extra block to indicate the "loop back" path.Ted Kremenek2009-04-281-5/+10
* We avoid the count of diagnostics when not generating carentMike Stump2009-04-281-3/+4
* Don't allow blocks to be declared as returning an array. Radar 6441502Mike Stump2009-04-283-0/+11
* CFG:Ted Kremenek2009-04-282-14/+28
* Get rid of some useless uses of NoExtensions. The philosophy here is Eli Friedman2009-04-284-9/+5
* A couple more small changes which are probably required for Cygwin Eli Friedman2009-04-272-2/+2
* Attempt to fix reported build error on Cygwin, PR4088.Eli Friedman2009-04-271-1/+1
* While generating debug info ignore unnamed fields.Devang Patel2009-04-271-0/+8
* Add a header containing the Clang version; make the driver use thisDouglas Gregor2009-04-277-18/+92
* fix test/PCH/method_pool.mChris Lattner2009-04-271-1/+1
* -E, -Eonly and -parse-noop now work with PCH!Chris Lattner2009-04-272-9/+15
* Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)Chris Lattner2009-04-275-181/+190
* Track down return statements in the handlers of a function-try-block of const...Sebastian Redl2009-04-276-1/+60
* Be more careful in our teardown of the PCHReader after deciding toDouglas Gregor2009-04-273-0/+28
* unnest some code, decoupling fixit rewriting from ast stuff.Chris Lattner2009-04-271-38/+38
* Add -empty-input-only option, for timing.Daniel Dunbar2009-04-271-2/+10
* Don't allow catch declarations to name an abstract classSebastian Redl2009-04-272-0/+8
* Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl2009-04-278-35/+138
* Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t...Douglas Gregor2009-04-276-1/+80
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-279-8/+70
* Track objects in GC mode returned by 'alloc', 'new', etc. methods. These areTed Kremenek2009-04-272-21/+55
* make these be unsigned now that they are eagerly created.Chris Lattner2009-04-271-4/+4
* shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byteChris Lattner2009-04-273-4/+4
* Fix a problem with the RUN line of one of the PCH testsDouglas Gregor2009-04-271-1/+1
* Refactor HandleObjCOwnershipRetainAttr and HandleObjCOwnershipCFRetainAttr intoTed Kremenek2009-04-271-19/+26
* Implement caching of stat() calls for precompiled headers, which isDouglas Gregor2009-04-279-11/+316
* x86-32 ABI: Fix crash on return of structure with flexible arrayDaniel Dunbar2009-04-272-4/+13
* Add new checker-specific attribute 'objc_ownership_cfretain'. This is the sameTed Kremenek2009-04-279-6/+68
* Fill in the C++ status table for exceptionsSebastian Redl2009-04-271-10/+80
* encode the type and decl offsets with 32-bits for entry insteadChris Lattner2009-04-274-8/+8
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-275-8/+81