summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.Bob Wilson2014-02-172-6/+6
* Fix some minor whitespace issues.Bob Wilson2014-02-173-4/+3
* [analyzer] Improved checker naming in CFG dump.Anton Yartsev2014-02-1711-34/+64
* Forcing it to be an error when there is no Documentation list specified for a...Aaron Ballman2014-02-171-0/+11
* Revert "Debug info: Make DWARF4 the default for Darwin, too."Adrian Prantl2014-02-174-6/+25
* The default assignment operator could not be generated by all of the bots, bu...Aaron Ballman2014-02-171-11/+11
* Removing a C++11'ism to also fix the build bots.Aaron Ballman2014-02-171-2/+3
* Fixing build bot breakage due to using a local type as a template argument.Aaron Ballman2014-02-171-7/+7
* Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman2014-02-178-3/+561
* Fix gcc warning about C++ style comments.Patrik Hagglund2014-02-172-2/+2
* Darwin: remove buggy assertionTim Northover2014-02-171-2/+0
* clang-format: Don't wrap "const" etc. of function declarations.Daniel Jasper2014-02-172-7/+24
* clang/unittests/AST,ASTMatchers: Remove _MSC_VER.NAKAMURA Takumi2014-02-162-18/+32
* check-clang: Introduce the feature "non-ms-sdk" to suppress Driver/nostdincxx...NAKAMURA Takumi2014-02-162-1/+7
* check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-na...NAKAMURA Takumi2014-02-162-0/+5
* Introduce the feature "can-remove-opened-file" to suppress tests. [PR18856]NAKAMURA Takumi2014-02-162-1/+6
* Use -target instead of ignored -arch to fix x86_64 buildersNico Rieck2014-02-161-1/+1
* Remove useless XPASSNico Rieck2014-02-161-1/+0
* Fix broken CHECK linesNico Rieck2014-02-1615-28/+28
* FileCheck's -LABEL cannot be combined with -NOT or -DAGNico Rieck2014-02-163-19/+19
* Fix broken RUN linesNico Rieck2014-02-163-7/+7
* DebugInfo: imported_decl/using declarations at namespace scopeDavid Blaikie2014-02-152-2/+10
* [Sema] Fix assertion hit while trying to do constant evaluation for a depende...Argyrios Kyrtzidis2014-02-152-0/+10
* MS ABI: Remove a useless FileCheck lineDavid Majnemer2014-02-151-3/+0
* Move test inputs into the Inputs directory (improvement/fix to r201419)David Blaikie2014-02-153-1/+1
* PGO: fix a bug in parsing pgo data.Manman Ren2014-02-152-1/+4
* MS ABI: Fix some layout testsDavid Majnemer2014-02-151-20/+16
* MS ABI: Fix some layout testsDavid Majnemer2014-02-151-14/+11
* Remove transactional memory from c++ status page; there's no working paper fo...Richard Smith2014-02-151-5/+0
* Add some missing threes.Richard Smith2014-02-151-2/+2
* Add entries to C++ status page for Technical Specification Working Papers thatRichard Smith2014-02-151-0/+15
* [Objective-C Sema]. Warn when an indirectly overridden propertyFariborz Jahanian2014-02-152-3/+35
* Fix crash-on-invalid if decltype(auto) is used as a deduced return type inRichard Smith2014-02-143-4/+11
* Consistently print anonymous namespace names as "<anonymous namespace>"David Blaikie2014-02-143-5/+5
* Print anonymous namespaces as <anonymous namespace> instead of <anonymous>David Blaikie2014-02-141-1/+1
* [IRGen]. Fixes a crash in using Objective-C array Fariborz Jahanian2014-02-142-2/+32
* clang-format: Fix formatting of class template declaration.Daniel Jasper2014-02-142-0/+5
* If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo...Argyrios Kyrtzidis2014-02-147-13/+71
* Enable generation of unwind tables when building with sanitizers.Evgeniy Stepanov2014-02-143-5/+19
* Enable AArch64 NEON by default.Jiangning Liu2014-02-143-2/+6
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-144-1/+15
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-144-25/+6
* Revert "[CMake] Disable libclangTests.exe on win32 for now."Juergen Ributzka2014-02-131-3/+0
* Revert "libclang: fix a bug in processing invalid arguments, introduced in r2...Juergen Ributzka2014-02-135-57/+11
* Enable correcting a member declaration where the type is class template,Kaelyn Uhrain2014-02-134-11/+31
* [examples] Add tablegen'd ClangCommentCommandList as a dependency for plugins.Jordan Rose2014-02-132-3/+2
* [CMake] Disable libclangTests.exe on win32 for now.NAKAMURA Takumi2014-02-131-1/+3
* libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko2014-02-136-11/+58
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-132-5/+6
* Remove assert added in r201249.Daniel Jasper2014-02-131-2/+6
OpenPOWER on IntegriCloud