summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Warn on top-level 'asm volatile' (instead of misparsing it).John McCall2010-01-251-0/+5
* global variable that binds reference to a non-lvalue reprotedFariborz Jahanian2010-01-251-2/+7
* Fixes a rewriting bug of access ivar of a variable castFariborz Jahanian2010-01-251-1/+10
* Fix a code gen. bug involving compiling global references.Fariborz Jahanian2010-01-251-2/+2
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-2528-37/+37
* Code simplification; this should have no visible effects.Eli Friedman2010-01-251-33/+2
* Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor2010-01-252-3/+9
* Update C++ include paths for Exherbo, by Ingmar Vanhassel.Benjamin Kramer2010-01-251-3/+3
* Add missing file.Ted Kremenek2010-01-251-0/+21
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-2575-242/+226
* fix rdar://7556129 a crash in blocks debug info codegen.Chris Lattner2010-01-251-2/+3
* simplify code.Chris Lattner2010-01-252-23/+13
* ASTUnit: Don't check that input files exist when parsing ASTs from the commandDaniel Dunbar2010-01-252-6/+9
* -fno-rtti is now the default.Chris Lattner2010-01-2411-11/+0
* Implement [dcl.fct.spec]p6.Anders Carlsson2010-01-241-0/+22
* Implement instantiation of AsmStmts (Crazy, I know)Anders Carlsson2010-01-245-7/+92
* Mangle static variables with an extra name to distinguish them from non-stati...Alexis Hunt2010-01-241-6/+11
* fix PR6034, a crash on invalid where the switch stack would get Chris Lattner2010-01-243-8/+20
* Fix a nasty bug where temporaries weren't marked as being conditional in some...Anders Carlsson2010-01-242-0/+11
* Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ...Anders Carlsson2010-01-241-16/+28
* Change all InitializedEntity pointers over to be references.Anders Carlsson2010-01-231-137/+81
* Start passing InitializedEntity to CheckDesignatedInitializer.Anders Carlsson2010-01-231-9/+22
* Preserve access for enum constants during template instantiation.John McCall2010-01-231-0/+1
* More init work, adding more entity parameters.Anders Carlsson2010-01-231-10/+27
* Use the new init code for member subobjects.Anders Carlsson2010-01-231-6/+18
* Switch some array initialization over to the new init code.Anders Carlsson2010-01-231-7/+22
* Baby steps towards migrating the InitListChecker over to the new initializati...Anders Carlsson2010-01-231-33/+65
* When an InitializedEntity is passed to CheckSingleInitializer, call the new S...Anders Carlsson2010-01-231-22/+36
* Add bzero builtin; this should help codegen quality for code using thisEli Friedman2010-01-231-0/+1
* Change CheckSingleInitializer to take/return OwningExprResults instead. No fu...Anders Carlsson2010-01-231-24/+46
* Simplify code with StringRef.Benjamin Kramer2010-01-231-6/+5
* No need to terminate this buffer.Benjamin Kramer2010-01-231-4/+3
* Produce a special diagnostic when users call a function with an argument ofJohn McCall2010-01-231-1/+16
* Fix the EntityKind order so that all entity kinds that can be copied (using c...Anders Carlsson2010-01-231-5/+5
* During overload resolution diagnostics, sort non-viable candidates by the qua...John McCall2010-01-232-5/+122
* Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a...Anders Carlsson2010-01-232-12/+24
* Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall2010-01-239-20/+49
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-232-2/+2
* Implement elementary access control.John McCall2010-01-237-18/+180
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-232-12/+61
* outside a method, 'super' should resolve in a normal name look upFariborz Jahanian2010-01-221-1/+11
* Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek2010-01-221-2/+2
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-224-16/+23
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-224-22/+30
* ui64, etc. are valid VS suffixes.Fariborz Jahanian2010-01-221-1/+1
* Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION.Ted Kremenek2010-01-222-4/+4
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-224-6/+9
* Be sure to select primary bases among the nearly empties in preorder,Mike Stump2010-01-221-0/+5
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-223-13/+17
* Finish off fixing up debug information.Mike Stump2010-01-221-4/+4
OpenPOWER on IntegriCloud