index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
PPMacroExpansion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests on Windows after D49466
Fangrui Song
2019-11-26
1
-3
/
+3
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-1
/
+14
*
Disallow use of __has_c_attribute in C++ mode.
Aaron Ballman
2019-11-25
1
-1
/
+5
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
1
-1
/
+2
*
[ms] Fix Microsoft compatibility handling of commas in nested macro expansions.
Eric Astor
2019-11-04
1
-10
/
+18
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
1
-2
/
+1
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-4
/
+6
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Add __has_builtin support for builtin function-like type traits.
Richard Smith
2019-08-14
1
-13
/
+30
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+1
*
Fix __has_cpp_attribute expansion to produce trailing L and (where
Richard Smith
2019-06-21
1
-2
/
+10
*
Make __has_builtin work with __builtin_LINE and friends.
Eric Fiselier
2019-05-29
1
-0
/
+4
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-1
/
+1
*
Reland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
Kristina Brooks
2019-05-16
1
-2
/
+17
*
Revert r360833 until I can work out the issue with Win32 bots
Kristina Brooks
2019-05-16
1
-24
/
+2
*
Fix assumption about Win32 paths in r360833
Kristina Brooks
2019-05-16
1
-2
/
+8
*
[Clang][PP] Add the __FILE_NAME__ builtin macro.
Kristina Brooks
2019-05-16
1
-2
/
+18
*
Replace tok::angle_string_literal with new tok::header_name.
Richard Smith
2019-03-19
1
-2
/
+2
*
Factor out repeated code parsing and concatenating header-names from
Richard Smith
2019-03-19
1
-43
/
+15
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Print a note to the called macro when diagnosing err_embedded_directive
Nico Weber
2019-02-14
1
-0
/
+3
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-5
/
+0
*
Add a callback for `__has_include` and use it for dependency scanning.
Volodymyr Sapsai
2018-09-18
1
-0
/
+8
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Add a new driver mode to dump compiler feature and extension options.
Aaron Ballman
2018-05-31
1
-207
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-1
/
+1
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-1
/
+2
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-15
/
+2
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-2
/
+15
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-0
/
+2
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
1
-3
/
+12
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-0
/
+1
*
__is_target_environment: Check the environment after parsing it
Alex Lorenz
2017-12-15
1
-4
/
+3
*
__is_target_arch: Check the arch and subarch instead of the arch name
Alex Lorenz
2017-12-15
1
-3
/
+3
*
[Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-like
Alex Lorenz
2017-12-14
1
-0
/
+88
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-1
/
+4
*
Fix more line endings changed in r320089. NFC.
Ahmed Bougacha
2017-12-07
1
-1918
/
+1918
*
Add support for the __has_c_attribute builtin preprocessor macro.
Aaron Ballman
2017-12-07
1
-1913
/
+1918
*
[Driver] Add Scudo as a possible -fsanitize= option
Kostya Kortchinsky
2017-11-03
1
-0
/
+1
*
Delete trailing whitespace.
Nico Weber
2017-09-26
1
-1
/
+1
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-5
/
+5
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-5
/
+5
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-5
/
+5
*
[Sema] Allow unmarked overloadable functions.
George Burgess IV
2017-06-27
1
-0
/
+2
[next]